ICamTable.MasterAbsolute property

Gets the absolute or relative coordinates for the master axis. 1 = absolute, 0 = relative coordinates. By default, it is 0.

Absolute coordinates: every position is counted from zero.

Relative coordinates: the position is counted from the previous position in the table. For example, if the previous absolute position is five, and you move the master two units, the next absolute position is seven, but the relative position is two.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
bool MasterAbsolute { get; }
ReadOnly Property MasterAbsolute As Boolean

Property value

Type: bool

See also

ICamTable Interface

IntervalZero.KINGSTAR.Base.Class Namespace